Added grouping key to prevent stalled animations while rapidly changing rows within an animation - #42
Open
FastestMolasses wants to merge 8 commits into
Open
Conversation
Contributor
Author
|
I tested this with Bevy 0.16 branch and it works too (including the updates from the other PR). |
FastestMolasses
commented
May 11, 2025
|
|
||
| [dependencies] | ||
| bevy = { version = "0.16.0", default-features = false, features = [ | ||
| bevy = { version = "0.16", default-features = false, features = [ |
Contributor
Author
There was a problem hiding this comment.
Patch version shouldn't be specified, it will play nicer with other dependencies that have Bevy 0.16 as the dependency graph will be simpler and compile times will be quicker.
Contributor
There was a problem hiding this comment.
hey, just passing by, i thought it doesn't matter ? patch version are bumped automatically so it will always resolve to the same bevy version anyway between all the crates and dependency, otherwise there would be two different bevy version at the same time, which will cause a lot of problems anyway types will not be compatible ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #41
Previous:
Now: